Description
Restore the document list input from a context variable given its name. Return the document list.
Operation id | Context.RestoreDocumentsInput |
Category | Execution Context |
Label | Restore Documents Input |
Requires | |
Since | |
Parameters
Signature
Inputs | void |
Outputs | documents |
Implementation Information
JSON Definition
{
"id" : "Context.RestoreDocumentsInput",
"label" : "Restore Documents Input",
"category" : "Execution Context",
"requires" : null,
"description" : "Restore the document list input from a context variable given its name. Return the document list.",
"url" : "Context.RestoreDocumentsInput",
"signature" : [ "void", "documents" ],
"params" : [ {
"name" : "name",
"description" : null,
"type" : "string",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}